• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Express is not available

New Here ,
Nov 10, 2023 Nov 10, 2023

Copy link to clipboard

Copied

I have a project in Laravel, now i'm trying to connect with Adobe Express. My API key was authorized, the url that in working in is: http://127.0.0.1:8000/adobe and i gave access to localhost:8000 in the panel of the adobe express. Should i create a new project with the 127.0.0.1:8000 url?

Bug Unresolved
TOPICS
Error

Views

528

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Nov 10, 2023 Nov 10, 2023

Hi Vitor --

 

I just tested from the key you emailed me and it's working from `localhost:3000` -- please ensure that you are calling from a secure URL (https as opposed to http -- that might be what's causing you problems).

 

Best,

 

Amanda

Votes

Translate

Translate
5 Comments
Adobe Employee ,
Nov 10, 2023 Nov 10, 2023

Copy link to clipboard

Copied

Hi @Vitor Felippe33472296va7e  --

 

You don't need to create a new project, you can just edit your existing project in Developer Console. Navigate to the project, click "API Key" on the left panel. Then click "Edit Credentials" on the top right. You can then edit your allowed domains as needed. 

 

Best, 

 

Amanda

Votes

Translate

Translate

Report

Report
New Here ,
Nov 10, 2023 Nov 10, 2023

Copy link to clipboard

Copied

I changed the port to 3000, included the localhost:3000 at the alowed domains and the same error happens.

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Nov 10, 2023 Nov 10, 2023

Copy link to clipboard

Copied

Hi Vitor --

 

I just tested from the key you emailed me and it's working from `localhost:3000` -- please ensure that you are calling from a secure URL (https as opposed to http -- that might be what's causing you problems).

 

Best,

 

Amanda

Votes

Translate

Translate

Report

Report
Explorer ,
Nov 10, 2023 Nov 10, 2023

Copy link to clipboard

Copied

Hi – yes, important to use https/SSL after making a local certificate via mkcert as per instructions in the docs.

And even if you do have mkcert set up, browsers can be a bit too sticky remembering http or https so it can be helpful to empty cache or try another browser.

 

But if you've done that and are still getting errors, seeing that you are accessing it via 127.0.0.1:8000 in address bar, and have entered localhost into the api key allowed domains, I wondered if you have got 

127.0.0.1 localhost

in your hosts file?

 

Then you can enter https://localhost:8000 in your address bar

Rather than https://127.0.0.1:8000

Might make a difference?


edit hosts file in windows at

C:\Windows\System32\drivers\etc/hosts

edit via notepad

 

and in Mac at

/etc/hosts

edited via sudo nano /etc/hosts

 

Ru

Votes

Translate

Translate

Report

Report
New Here ,
Nov 15, 2023 Nov 15, 2023

Copy link to clipboard

Copied

LATEST

It was it! Thank you Amanda!

Votes

Translate

Translate

Report

Report